home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_PASSWORD2 / TDLG_PASSWORD2.txt
Text File  |  2002-07-04  |  2KB  |  85 lines

  1. object Dlg_password2: TDlg_password2
  2.   Left = 191
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 147
  7.   ClientWidth = 263
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object L_prompt: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 180
  21.     Height = 13
  22.     Caption = 'Input the mailbox encryption password'
  23.   end
  24.   object L_pass1: TLabel
  25.     Left = 24
  26.     Top = 44
  27.     Width = 49
  28.     Height = 13
  29.     Caption = '&Password:'
  30.     FocusControl = Edit1
  31.   end
  32.   object L_pass2: TLabel
  33.     Left = 24
  34.     Top = 76
  35.     Width = 38
  36.     Height = 13
  37.     Caption = '&Confirm:'
  38.     FocusControl = Edit2
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 104
  42.     Top = 40
  43.     Width = 121
  44.     Height = 21
  45.     PasswordChar = '*'
  46.     TabOrder = 0
  47.   end
  48.   object Edit2: TEdit
  49.     Left = 104
  50.     Top = 72
  51.     Width = 121
  52.     Height = 21
  53.     PasswordChar = '*'
  54.     TabOrder = 1
  55.   end
  56.   object BtnOk: TButton
  57.     Left = 32
  58.     Top = 112
  59.     Width = 81
  60.     Height = 22
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 2
  65.     OnClick = BtnOkClick
  66.   end
  67.   object BtnCancel: TButton
  68.     Left = 160
  69.     Top = 112
  70.     Width = 81
  71.     Height = 22
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 3
  76.   end
  77.   object Language: TLanguage
  78.     LangCenter = DM_Language.LangCenter
  79.     ResStrings.Strings = (
  80.       '0010=The 2 passwords should be same')
  81.     Left = 120
  82.     Top = 96
  83.   end
  84. end
  85.